home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / ctutor.exe / ANSWERS / CH02_1.C next >
Text File  |  1994-05-15  |  95b  |  13 lines

  1. main()
  2. {
  3.    printf("John Q. Doe\n");
  4. }
  5.  
  6.  
  7.  
  8. /* Result of execution
  9.  
  10. John Q. Doe
  11.  
  12. */
  13.